Conversation
…tests Co-authored-by: shtankopro <shtankopro@gmail.com>
|
Cursor Agent can help with this pull request. Just |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
Fixes a critical LRU ordering bug, adds new utility methods, and significantly enhances documentation and test coverage for the
LruCachepackage.The
get()method's LRU ordering was incorrect, failing to move accessed items to the most recently used position. This PR corrects that behavior and introduces comprehensive improvements including new utility methods, extensive API and usage documentation, increased test coverage with benchmarks, and a CI/CD pipeline, transforming the package into a production-ready, high-quality caching solution.